projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba743ac
)
arm: m28evk: Zap superfluous tab in env
author
Marek Vasut
<
[email protected]
>
Thu, 25 Sep 2014 19:14:16 +0000
(21:14 +0200)
committer
Stefano Babic
<
[email protected]
>
Mon, 6 Oct 2014 15:12:58 +0000
(17:12 +0200)
Remove this tab from env, since it's useless, just use spaces.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
include/configs/m28evk.h
patch
|
blob
|
history
diff --git
a/include/configs/m28evk.h
b/include/configs/m28evk.h
index 322b45fd990709c256e5b7cda4a26bbb2b786470..efe770b81b394dad46a2498e9c4574c273477ed9 100644
(file)
--- a/
include/configs/m28evk.h
+++ b/
include/configs/m28evk.h
@@
-282,9
+282,9
@@
"mmc rescan;" \
"if test -e mmc 0:2 ${bootscript} ; then " \
"if load mmc 0:2 ${kernel_addr_r} ${bootscript};" \
- "then
;"
\
- "
\techo Running bootscript...;
" \
- "
\tsource ${kernel_addr_r};
" \
+ "then
; "
\
+ "
echo Running bootscript... ;
" \
+ "
source ${kernel_addr_r} ;
" \
"fi ; " \
"fi\0"